<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/*!
 * ETUI v3
 *
 * Copyright 2016.9*/
/*-----字体图标引入------------------------------------------------------------------------*/
/*tpa=http://www.chibi.gov.cn/Template/Default/Skin/iconfont/iconfont.css*/;
.iconfont{font-size: inherit;line-height: 1;-webkit-text-stroke-width:0;}
a{/* -webkit-transition: all .15s ease-in-out; *//* transition: all .15s ease-in-out; */}
a:hover,a:focus{text-decoration: none; color: #0069c5;}
#skip{height: 0; overflow: hidden;}

/*-----控件------------------------------------------------------------------------*/
body {
    background: #ebeff1;
    font-size: 14px !important;
    min-width: 1200px;
}
table td {
    vertical-align: middle !important;
    word-wrap: break-word;
    word-break: break-all;
}
[disabled] {
    cursor: not-allowed;
}
a[disabled] {
    color: #666;
}
/* 文字颜色 */
.text-primary{
    color: #0069c5!important;
}
.text-success{
    color: #66bb6a!important;
}
.text-error{
    color: #f15a5d!important;
}
.text-info{
    color: #42a5f5!important;
}
.text-warning{
    color: #ffa726!important;
}
.text-orange{
    color: #ff7043!important;
}
.text-purple{
    color: #5c6bc0!important;
}
.text-pink{
    color: #ec407a!important;
}
.text-blue {
    color: #0069c5!important;
}
.text-default {
    color: #444 !important;
}
.text-white {
    color: #fff !important;
}
/* 按钮 */
.btn {
    border-radius: 3px;
    box-shadow: 0 1px 1px rgba(0,0,0,0.2);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.btn:hover {
    box-shadow: 0 4px 7px rgba(0,0,0,0.25);
}
.btn-primary{
    color: #fff;
    background-color: #0069c5;
    border-color: #0069c5;  
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active{
    background-color:#0070d1!important;
    border-color:#0070d1!important;
}
.btn-info{
    color: #fff;
    background-color: #20a0e4;
    border-color: #20a0e4;  
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info:active,
.btn-info.active{
    background-color:#22a8f0!important;
    border-color:#22a8f0!important;
}
.btn-cyan-blue{
    color: #fff;
    background-color: #23b6c8;
    border-color: #23b6c8;  
}
.btn-cyan-blue:hover,
.btn-cyan-blue:focus,
.btn-cyan-blue.focus,
.btn-cyan-blue:active,
.btn-cyan-blue.active{
    color: #fff;
    background-color:#24bfd4!important;
    border-color:#24bfd4!important;
}
.btn-blue{
    color: #fff;
    background-color: #0069c5;
    border-color: #0069c5;  
}
.btn-blue:hover,
.btn-blue:focus,
.btn-blue.focus,
.btn-blue:active,
.btn-blue.active{
    color: #fff;
    background-color:#368DDA!important;
    border-color:#368DDA!important;
}
.btn-success{
    color: #fff;
    background-color: #66bb6a;
    border-color: #66bb6a;  
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active{
    background-color:#6dc772;
    border-color:#6dc772;
}

.btn-danger{
    color: #fff;
    background-color: #f15a5d;
    border-color: #f15a5d;  
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger:active,
.btn-danger.active{
    background-color:#ff5e61;
    border-color:#ff5e61;
}
.btn-orange{
    color: #fff;
    background-color: #ff7043;
    border-color: #ff7043;  
}
.btn-orange:hover,
.btn-orange:focus,
.btn-orange.focus,
.btn-orange:active,
.btn-orange.active{
    color: #fff;
    background-color:#ff855f;
    border-color:#ff855f;
}
.btn-yellow{
    color: #fff;
    background-color: #ffa726;
    border-color: #ffa726;  
}
.btn-yellow:hover,
.btn-yellow:focus,
.btn-yellow.focus,
.btn-yellow:active,
.btn-yellow.active{
    color: #fff;
    background-color:#ffbe5f;
    border-color:#ffbe5f;
}
.btn-purple{
    color: #fff;
    background-color: #5c6bc0;
    border-color: #5c6bc0;  
}
.btn-purple:hover,
.btn-purple:focus,
.btn-purple.focus,
.btn-purple:active,
.btn-purple.active{
    color: #fff;
    background-color:#7987D8;
    border-color:#7987D8;
}
.btn-pink{
    color: #fff;
    background-color: #ec407a;
    border-color: #ec407a;  
}
.btn-pink:hover,
.btn-pink:focus,
.btn-pink.focus,
.btn-pink:active,
.btn-pink.active{
    color: #fff;
    background-color:#EE6090;
    border-color:#EE6090;
}
.btn-white {
    background-color: #fff;
    border: 0;
}
.btn-default:hover {
    background: #fff;
}

ul.btnicon-lg li{
    text-align: center;
}
ul.btnicon-lg li a{
    padding-top: 14px;
    padding-bottom: 6px;
    display: block;
}

ul.btnicon-lg li a:active{
    background: #efefef;
}
ul.btnicon-lg li a i.iconfont{
    font-size: 38px;
}
ul.btnicon-lg li a p{
    margin-top: 15px;
    color: #444;
}

ul.btn-line li a.btn{
    box-shadow: none;
    border-color: #ebebeb;
}
ul.btn-line li a.btn:hover{
    border-color: #ddd;
    background-color: transparent;
    box-shadow: 0 4px 7px rgba(0,0,0,0.1);
}


/* 标签 */
.label{
    line-height: 16px;
}
.label-primary{
    background-color:#42a5f5;
}
.label-success{
    background-color:#66bb6a;
}
.label-warning{
    background-color:#ffa726;
}
.label-info{
    background-color:#26c6da;
}
/* 面板 */
.panel {
    position: relative;
    overflow: hidden;
    border:0;
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
}

.panel:hover {
    box-shadow: 0 10px 20px 0 rgba(168,182,191,.6);
}

.panel-title1 {
    padding: 0 0 12px 0;
    margin: 0 5px;
    overflow: hidden;
    letter-spacing: 1px;
    font-weight: bold;
    font-size: 20px;
    color: #0069c5;
    border-bottom: 1px solid #ebebeb;
}

.panel-title1 i {
    float: left;
    font-size: 22px;
    margin-right: 5px;
    margin-top: 2px;
    font-weight: normal;
}
.panel-title1 small.text-muted{
    color: #999;
    margin-left: 10px;
}
.panel-title1 .tab-link{
    float: right;
    margin: 0;
    position: inherit;
}

.panel-title1 .tab-link a{
    padding: 0 15px;
    font-weight: normal;
    font-size: 14px;
    border-left: 1px solid #ddd;
}
.panel-title1 .tab-link a:first-child{
    border-left: 0;
}
.panel-title1 .tab-link a:last-child{
    padding-right: 0;
}


.panel-vertical .panel-title{
    float: left;
    width: 66px;
    border-right: 1px solid #ebebeb;
}
.panel-vertical .panel-title h2{
    margin: 8px 20px 0 20px;
    padding: 15px 0 24px 0;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    color: #0069c5;
}
.panel-vertical .panel-title h2 a i {
    display: block;
    padding-bottom: 5px;
    font-size: 28px;
}
.panel-vertical .panel-body{
    float: left;
    width: 85%;
}
.panel-vertical .panel-body h3{
    margin: 10px 0;
    font-weight: bold;
    font-size: 18px;
}

/* 居中面板标题 */
.panel-heading2 {
    margin: 20px;
    border-bottom: 2px solid #e6e6e6;
}
.panel-heading2 .panel-title {
    position: absolute;
    left: 50%;
    margin-left: -75px;
    padding: 0 15px;
    overflow: hidden;
    letter-spacing: 1px;
    font-weight: bold;
    font-size: 22px;
    color: #0069c5;
    background: #fff;
}
.panel-heading2 .panel-title i {
    margin-right: 5px;
}

/* 标题 */
.page-header-1 h4 {
    padding: 0 15px;
    font-size: 16px;
    border-left: 3px solid #0069c5;
    color: #0069c5;
}
.page-header-1 h3 {
    padding: 0 20px;
    font-size: 18px;
    color: #0069c5;
    border-left: 4px solid #0069c5;
}
.page-header-1 h3 a {
    color: #0069c5;
}
.page-header-1 h4 small {
    margin-left: 15px;
}
.page-header-2 {
    margin-top: 0;
    padding-bottom: 15px;
    border-bottom: 1px solid #ebebeb;
}
.page-header-2 h3 {
    display: inline;
    padding: 10px 15px 16px;
    font-size: 16px;
    color: #0069c5;
    border-bottom: solid 2px #005daf;
}
.page-header-2 a {
    padding-bottom: 0;
    border-bottom: 0;
}
.page-header-2 a.pull-right {
    font-weight: 500;
}
.tab-link{
    position: absolute;
    top: 0;
    right: 0;
}
.tab-link a{
    padding: 0 12px;
    border-left: 1px solid #ebebeb;
}
.tab-link a:first-child{
    border-left: 0;
}


/* TAB标签 */
ul.nav-pills{
    background-color: #f4f2f5;
}
ul.nav-pills li:first-child{
    border-top-left-radius: 3px;
    -webkit-border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    overflow: hidden;
}
ul.nav-pills li:last-child{
    border-top-right-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    overflow: hidden;
}
.nav-pills&gt;li.active&gt;a,
.nav-pills&gt;li.active&gt;a:focus,
.nav-pills&gt;li.active&gt;a:hover{
    background-color: #0069c5;
}

ul.nav-tabs.nav-line{
    padding-bottom: 1px;
    border-bottom: 1px solid #ebebeb;
}
ul.nav-tabs.nav-line&gt;li&gt;a{
    padding: 0 15px 13px;
    font-size: 16px;
    border-bottom: 2px solid transition;
}
ul.nav-tabs.nav-line&gt;li.active&gt;a{
    padding: 0 15px 13px;
    font-weight: bold;
    font-size: 16px;
    border-bottom: 2px solid #0069c5;
    color: #0069c5;
}


/* 二级频道标语 */
.panel-fast{
    margin-bottom: 30px;
    background-color: #fff;
    border-bottom: 1px solid #dee0e2;
}
.panel-fast-body{
    padding: 50px 0;
    background: url("http://www.chibi.gov.cn/images/fast-ms.png")/*tpa=http://www.chibi.gov.cn/Template/Default/Skhttp://www.chibi.gov.cn/images/fast-ms.png*/ right no-repeat;
}
.panel-fast-body p{
    margin: 15px 0;
    font-size:28px;
    color: #666;
}

/* 列表 */
.uli14 li{
    padding: 6px 0 6px 15px;
    background: url("http://www.chibi.gov.cn/images/dot-circle.png")/*tpa=http://www.chibi.gov.cn/Template/Default/Skhttp://www.chibi.gov.cn/images/dot-circle.png*/ 0 center no-repeat;
}
.uli14 li a{
    color: #444;
}
.uli14 li a:hover{
    color: #0069c5;
}

/* 序号列表 */
.hotnews .uli14 span {
    margin: 4px 5px 0 10px;
    float: left;
    width: 15px;
    height: 15px;
    font-size: 12px;
    line-height: 15px;
    background-color: #a8b2be;
    color: #fff;
    text-align: center;
}

.hotnews .uli14 span.active {
    background-color: #20a0e4;
}

.hotnews .uli14 li {
    padding: 6px 10px;
    background: none;
}
.owl-carousel .owl-item img:hover {
    opacity: 1;
}
/* 组合列表 */
.complex-list li{
    padding: 14px 0 !important;
    border-top: 1px dashed #ebebeb;
    background: none !important;
    overflow: hidden;
}
.complex-list li:first-child{
    border-top: 0;
}

.complex-list li .label{
    float: left;
    margin-right: 10px;
}
.complex-list li a{
    float: left;
    width: 50%;
}
.complex-list li&gt;span{
    float: right;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: block;
}
.complex-list li span i{
    margin-right: 3px;
}

.complex-list li .time{
    width: 30%;
}
.complex-list li .address{
    width: 20%;
}

.dotted-list{
    margin: 0 5px;
    padding: 0;
}
.dotted-list li{
    padding: 13px 0;
    float: left;
    border-bottom: 1px dashed #ebebeb;
}
.dotted-list li:nth-last-of-type(1),
.dotted-list li:nth-last-of-type(2),
.dotted-list li:nth-last-of-type(3){
    border-bottom: 0;
}
.dotted-list li a{
    color: #444;
}
.dotted-list li a:hover{
    color: #0069c5;
}
/* 摘要列表 */
.summary-list{
    padding: 0;
}
.summary-list li{
    padding:8px 0;
    border-bottom: 1px dashed #ebebeb;
}
.summary-list li:last-child{
    border-bottom: 0;
}

.summary-list li h4 a{
    font-size: 16px;
    color: #444;
}
.summary-list li h4 a:hover{
    color: #0069c5;
}
.summary-list li p{
    color: #999;
}

/* 带标签按钮列表 */
.list-labelbtn{
    padding: 10px 0;
}

.list-labelbtn li{
    overflow: hidden;
}

.list-labelbtn li&gt;a{
    width: 85%;
}
.list-labelbtn li span{
    position: absolute;
    right: 0;
    top: 5px;
}
.list-labelbtn li span a{
    margin-left: 5px;
    padding: 1px 10px;
    float: left;
    width: auto;
    box-shadow: none;
    border: 1px solid #ebebeb;
}
.list-labelbtn li span a:first-child{
    margin-left: 0;
}
.list-labelbtn li span a:hover{
    box-shadow: 0 2px 4px rgba(0,0,0,0.25);
}



/* 加号分享 */
.btn-float {
    width: 50px;
    height: 50px;
    line-height: 50px;
    display: inline-block;
    border: none;
    font-size: 24px;
    color: #fff;
    text-align: center;
    position: relative;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.11);
}

.btn-float:hover,.btn-float:focus {
    color: #fff;
    text-decoration: none;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15), 0 4px 15px rgba(0, 0, 0, 0.13);
}

.btn-float:active, .btn-float:focus {
    outline: none;
}

.yellow {
    background: #ffa000;
}

.red {
    background: #e32428;
}

.green {
    background: #58c307;
}

.blue {
    background: #20a0e4;
}

.pink {
    background: #f15a5d;
}

.icon-bars {
    background: #fff;
    height: 2px;
    width: 22px;
    margin: auto;
    display: block;
    position: relative;
    position: absolute;
    top: 24px;
    right: 14px;
    -moz-transition: 0.3s 0.3s;
    -o-transition: 0.3s 0.3s;
    -webkit-transition: 0.3s;
    -webkit-transition-delay: 0.3s;
    -webkit-transition: 0.3s 0.3s;
    transition: 0.3s 0.3s;
}

.icon-bars:after {
    content: '';
    position: absolute;
    height: 22px;
    width: 2px;
    background: #fff;
    top: -10px;
    left: 10px;
}

.float-btn-group {
    z-index: 999;
    position: fixed;
    right: 30px;
    bottom: 20px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.float-btn-group .btn-triger {
    z-index: 15;
    float: left;
}

.float-btn-group .btn-list {
    position: absolute;
    right: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.float-btn-group .btn-list li {
    display: inline-block;
}

.float-btn-group.open .icon-bars {
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.float-btn-group .icon-bars {
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.float-btn-group .btn-list .btn-float {
    position: absolute;
    right: 0;
    top: 0;
    opacity: 0;
    -ms-transform: scale(0, 0);
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0);
}

.float-btn-group .btn-list .btn-float:nth-child(1) {
    -moz-transition: 0.2s 0.3s;
    -o-transition: 0.2s 0.3s;
    -webkit-transition: 0.2s;
    -webkit-transition-delay: 0.3s;
    -webkit-transition: 0.2s 0.3s;
    transition: 0.2s 0.3s;
}

.float-btn-group .btn-list .btn-float:nth-child(2) {
    -moz-transition: 0.2s 0.5s;
    -o-transition: 0.2s 0.5s;
    -webkit-transition: 0.2s;
    -webkit-transition-delay: 0.5s;
    -webkit-transition: 0.2s 0.5s;
    transition: 0.2s 0.5s;
}

.float-btn-group .btn-list .btn-float:nth-child(3) {
    -moz-transition: 0.2s 0.7s;
    -o-transition: 0.2s 0.7s;
    -webkit-transition: 0.2s;
    -webkit-transition-delay: 0.7s;
    -webkit-transition: 0.2s 0.7s;
    transition: 0.2s 0.7s;
}

.float-btn-group .btn-list .btn-float:nth-child(4) {
    -moz-transition: 0.2s 0.92s;
    -o-transition: 0.2s 0.92s;
    -webkit-transition: 0.2s;
    -webkit-transition-delay: 0.92s;
    -webkit-transition: 0.2s 0.92s;
    transition: 0.2s 0.92s;
}

.float-btn-group.open .btn-list .btn-float {
    opacity: 1;
    -ms-transform: scale(0.9, 0.9);
    -webkit-transform: scale(0.9, 0.9);
    transform: scale(0.9, 0.9);
}

.float-btn-group.open .btn-list .btn-float:nth-child(1) {
    top: -220px;
    -moz-transition: 0.2s 0.9s;
    -o-transition: 0.2s 0.9s;
    -webkit-transition: 0.2s;
    -webkit-transition-delay: 0.9s;
    -webkit-transition: 0.2s 0.9s;
    transition: 0.2s 0.9s;
    display:none;

}

.float-btn-group.open .btn-list .btn-float:nth-child(2) {
    top: -165px;
    -moz-transition: 0.2s 0.7s;
    -o-transition: 0.2s 0.7s;
    -webkit-transition: 0.2s;
    -webkit-transition-delay: 0.7s;
    -webkit-transition: 0.2s 0.7s;
    transition: 0.2s 0.7s;
}

.float-btn-group.open .btn-list .btn-float:nth-child(4) {
    top: -110px;
    -moz-transition: 0.2s 0.5s;
    -o-transition: 0.2s 0.5s;
    -webkit-transition: 0.2s;
    -webkit-transition-delay: 0.5s;
    -webkit-transition: 0.2s 0.5s;
    transition: 0.2s 0.5s;
}

.float-btn-group.open .btn-list .btn-float:nth-child(5) {
    top: -55px;
    -moz-transition: 0.2s 0.3s;
    -o-transition: 0.2s 0.3s;
    -webkit-transition: 0.2s;
    -webkit-transition-delay: 0.3s;
    -webkit-transition: 0.2s 0.3s;
    transition: 0.2s 0.3s;
}
.line-clamp3 {
    height: 59px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* 网站地图 */
#header {
    height: 90px;
}
body.nav-open {
    overflow: hidden;
}

body.nav-open .sitemap {
    height: auto;
    overflow: inherit;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

body.nav-open .navbar-toggle {
    box-shadow: none;
}

body.nav-open .navbar-toggle:before {
    width: 3600px;
    height: 3600px;
    background-color: rgba(0, 0, 0, 0.8);
}

body.nav-open .navbar-toggle .icon {
    width: 0;
}

body.nav-open .navbar-toggle .icon:before {
    -webkit-transform: translateY(9px) rotate(45deg);
    -ms-transform: translateY(9px) rotate(45deg);
    transform: translateY(9px) rotate(45deg);
}

body.nav-open .navbar-toggle .icon:after {
    -webkit-transform: translateY(-9px) rotate(-45deg);
    -ms-transform: translateY(-9px) rotate(-45deg);
    transform: translateY(-9px) rotate(-45deg);
}
.dropdown-menu {
    z-index: 998;
}
.destroy-overflow {
    overflow: inherit;
}
.navbar-toggle {
    width: 50px;
    height: 50px;
    z-index: 2;
    border-radius: 50%;
    margin: 15px 0 0 0;
    position: absolute;
    cursor: pointer;
    -webkit-transition-duration: 0.55s;
    transition-duration: 0.55s;
    -webkit-transition-timing-function: swing;
    transition-timing-function: swing;
display: none;
}

.navbar-toggle:before {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    -webkit-transition-duration: 0.55s;
    transition-duration: 0.55s;
    -webkit-transition-timing-function: swing;
    transition-timing-function: swing;
}

.navbar-toggle .icon {
    width: 22px;
    height: 3px;
    background-color: white;
    position: absolute;
    top: 28px;
    left: 0;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    transiting-timing-function: swing;
}

.navbar-toggle .icon:before,
.navbar-toggle .icon:after {
    width: 22px;
    height: 3px;
    background-color: white;
    content: "";
    position: absolute;
    left: 0;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: swing;
    transition-timing-function: swing;
}

.navbar-toggle .icon:before {
    top: -9px;
}

.navbar-toggle .icon:after {
    top: 9px;
}

.navbar-toggle {
    border: 0;
}

.sitemap {
    position: absolute;
    top: 130px;
    left: 0;
    width: 100%;
    height: 0;
    overflow: hidden;
    z-index: 9;
    padding: 0 20px;
    -webkit-transition-duration: 0.44s;
    transition-duration: 0.44s;
    -webkit-transition-timing-function: swing;
    transition-timing-function: swing;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
}

.sitemap-bg {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #000;
    filter: alpha(opacity=80);
    z-index: 1;
    display: none;
}

.slogan {
    margin: -55px 60px 40px 60px;
    letter-spacing: 2px;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
}

.slogan span + span {
    margin-left: 10px;
}

.panel-blue {
    background-color: #20a0e4;
    -webkit-transition-duration: 0.25s;
    transition-duration: 0.25s;
}

.panel-blue:hover {
    background-color: #158bca;
}

.panel-blue ul:hover li a {
    opacity: 0.5;
}

.panel-blue ul:hover li:hover a {
    opacity: 1;
}

.panel-blue ul li a {
    display: block;
    -webkit-transition-duration: 0.25s;
    transition-duration: 0.25s;
}

.panel-nav {
    height: 300px !important;
    border-radius: 5px;
    padding: 23px 40px;
}

.panel-nav:hover {
    box-shadow: none!important;
}

.panel-nav .panel-title {
    /* padding-left: 35px; */
    margin-bottom: 14px;
}

.panel-nav .panel-title a {
    font-size: 22px;
    color: #fff;
    background: url("http://www.chibi.gov.cn/images/menuIcon.png")/*tpa=http://www.chibi.gov.cn/Template/Default/Skin/17chibi/images/menuIcon.png*/ 0px 3px no-repeat;
    padding-left: 40px;
}

.sitemap-list {
    padding: 0;
}

.sitemap-list li {
    padding: 4px 0 4px 0px;
    width: 25%;
    float: left;
}

.sitemap-list li a {
    color: #fff;
}

.navbar-inverse .navbar-toggle:hover,.navbar-inverse .navbar-toggle:focus {
    background-color: transparent;
}

.navbar .navbar-header {
    margin-left: 57px !important;
    width: 290px;
    float: left;
    margin-top: 16px;
    /* margin-right: 75px !important; */
}
.
.navbar .navbar-header h1 {
    min-width: 180px;
    margin-top: 15px;
}

.navbar-header a {
    letter-spacing: 2px;
    font-weight: bold;
    font-size: 28px;
    color: #fff;
}

.navbar-header a:hover,.navbar-header a:focus {
    color: #fff;
}

.navbar.navbar-inverse {
    position: absolute;
    z-index: 101;
    width: 100%;
    margin: 0;
    height: 90px;
    background-color: #0069c5;
    border-color: #0069c5;
    color: #fff;
    border-radius: 0;
    box-shadow: 0 5px 5px 0 rgba(0,0,0,0.1), 0 2px 6px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12);
}

.navbar-nav&gt;li {
    float: left !important;
}

.navbar-nav&gt;li&gt;a {
    /* padding: 30px 25px !important; */
    letter-spacing: 1px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    cursor: pointer;
    display: block;
    line-height: 120px;
}

.navbar-inverse .navbar-nav&gt;li&gt;a {
    color: #fff;
}

.navbar-icon&gt;li&gt;a {
    padding: 30px 10px !important;
}

.navbar-inverse .navbar-nav&gt;.open&gt;a,.navbar-inverse .navbar-nav&gt;.open&gt;a:focus, .navbar-inverse .navbar-nav&gt;.open&gt;a:hover {
    background-color: rgba(255,255,255,0.2);
}

.navbar-icon li:first-child {
    position: static;
}

.search {
    width: 100%;
    border: 0;
}

.search button
, .search a {
    position: absolute;
    top: 5px;
    right: 10px;
    font-size: 25px;
    color: #0069c5;
    background: transparent;
    border: 0;
}

.search input {
    padding: 15px 0;
    width: 100%;
    border: 0;
    text-align: center;
    font-size: 16px;
    outline: none;
    background-color: transparent;
}
.text-ellipsis {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.page-header-1 a {
    border-left: 0 !important;
    padding-left: 0 !important;
    color: #0069c5;
}
.pagination li[disabled=disabled] {
    cursor: not-allowed;
}
.pagination select {
    margin: 0 5px;
}
.Article {
    padding: 20px 30px;
}
.Article-title {
    font-size: 26px;
    padding: 0 5%;
    color: #5f5f5f;
}
.Article_content {
    font-family: 'Microsoft YaHei',arial,helvetica,sans-serif;
}
.Article_content:before
, .Article_content:after {
    display: table;
    content: " ";
}
.Article_content:after {
    clear: both;
}
.Article_content table {
    width: 100% !important;
}
.Article_content p {
    text-align: justify;
    color: #5f5f5f;
}
.Article_content img {
    width: auto;
    max-width: 100%;
}
.Article_content img[src*="icon_doc.gif"] {
    display: inline-block;
    *display: inline;
    margin-right: 10px !important;
}
.Article_content object {
    display: block;
    margin: 0 auto;
}
.Article_content object embed {
    width: 100%;
}
/* 模态框 */
#weChat .modal-dialog {
    width: 300px;
    margin-top: 15% !important;
    margin-left: auto;
    margin-right: auto;
}
.embed-responsive-zw {
    padding-bottom: 775px;
}
.embed-responsive-xw {
    padding-bottom: 835px;
}
.embed-responsive-ys {
    padding-bottom: 660px;
}
.embed-responsive-ms {
    padding-bottom: 735px;
}
/*-----首页------------------------------------------------------------------------*/
.news-tab .nav-tabs.nav-info a {
    padding-left: 0 !important;
    padding-right: 0 !important;
    font-size: 16px !important;
}
.padding-top-6 {
    padding-top: 6px !important;
}
.margin-top-2 {
    margin-top: 2px !important;
}
.main-visual {
    height: 500px;
    margin: 0 auto 20px;
    overflow: hidden;
    background: url("http://www.chibi.gov.cn/images/index-banner.jpg")/*tpa=http://www.chibi.gov.cn/Template/Default/Skhttp://www.chibi.gov.cn/images/index-banner.jpg*/ no-repeat;
    background-size: 100% 500px;
}
.card-area {
    padding: 0;
    margin-top: 60px;
}
.card-area .card-item {
    z-index: 10;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1), z-index 0s 0.12s;
    position: relative;
    float: left;
    width: 25%;
    background-color: transparent;
    border: 1px solid #DBDBDD;
    margin-left: -1px;
}
.card-area .card-item .card {
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1), z-index 0s 0.12s;
    width: 100%;
    height: 100%;
    text-align: center;
    background: #fff;
}
.card-area .card-item .card .card-title {
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1), z-index 0s 0.12s;
    top: 0;
}
.ali-product-img .circle-btn .btn {
    width: 45px;
    height: 45px;
    padding: 0;
    line-height: 40px;
    background: #b3b6b8;
    color: #eeeeef;
    font-size: 26px;
    border-radius: 100%;
}
.card-area .card&gt;a {
    display: block;
}
.card-title {
    padding: 20px 0;
    background-color: #eeeeef;
}
.card-title h1 {
    font-size: 20px;
    font-weight: bold;
    color: #666;
}
.card-title .short-info {
    color: #999;
    margin-bottom: 0;
}
.card-content {
    padding: 5px 20px;
}
.content-first-list li {
    border-bottom: 1px dashed #e4e5e6;
}
.content-first-list li:last-child {
    border: 0;
}
.content-icon li a i {
    margin-right: 15px;
    font-size: 22px;
}
.card-content li {
    border-bottom: 1px dashed #e4e5e6;
}
.card-content li a {
    display: block;
    padding: 22px 0;
    font-size: 18px;
    color: #5b6265 !important;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.content-first ul li {
    float: left;
    width: 50%;
    padding: 0;
}
.content-first ul li.hidden {
    border: 0;
}
.card-area li.active {
    width: 50%;
    z-index: 100;
    margin-top: -15px;
    border: 1px solid #00c1de;
    box-shadow: 0 0 20px rgba(0, 198, 226, 0.5);
}
.card-area li.active .content-first ul li {
    width: 33.333%;
}
.card-area li.active .content-first ul li.hidden {
    display: block !important;
}
.card-area li.active .card-content .uli14 li {
    background: url("http://www.chibi.gov.cn/images/dot-circle.png")/*tpa=http://www.chibi.gov.cn/Template/Default/Skhttp://www.chibi.gov.cn/images/dot-circle.png*/ 35px center no-repeat;
}
.card-area li.active .card-title {
    padding-top: 35px;
    background: #00c1de;
}
.card-area li.active .card-content {
    padding-bottom: 20px;
}
.card-area li.active .ali-product-img .circle-btn .btn {
    background: #fff;
    color: #00c1de;
}
.card-area li.active .card-title h1 {
    color: #fff;
}
.card-area li.active i {
    color: #00c1de;
}
.card-area li.active .card-title .short-info {
    color: #F0F0F0;
}
.card-area li.active a:hover {
    color: #00c1de !important;
}
.index-sliders {
    padding: 30px 94px;
}
.index-sliders .item {
    position: relative;
    width: 174px;
    margin: 10px auto;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.index-sliders .item .card-open a {
    display: block;
    height: 155px;
    border-radius: 3px;
    overflow: hidden;
    background-color: #fff;
    border: 1px solid #ededed;
}
.index-sliders .item .card-open h5 {
    width: 80%;
    padding-left: 15px;
    color: #333;
    line-height: 25px;
}
.index-sliders .item .card-open i {
    width: 23px;
    height: 23px;
    line-height: 23px;
    text-align: center;
    color: #ccc;
    border-radius: 100%;
    border: 1px solid #ddd;
    position: absolute;
    right: 7px;
    bottom: 10px;
}
.index-sliders .item img {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.index-sliders .item:hover {
    box-shadow: 0 4px 7px rgba(0,0,0,0.25);
}
.index-sliders .owl-controls {
    margin: 0;
}
.index-sliders .owl-dots {
    display: none !important;
}
.index-sliders .owl-prev,
.index-sliders .owl-next {
    position: absolute;
    top: 35%;
    width: 40px;
    height: 40px;
    line-height: 34px;
    background: #a8b2be !important;
    border-radius: 50% !important;
    font-size: 20px !important;
}
.index-sliders .owl-prev {
    left: -70px;
}
.index-sliders .owl-next {
    right: -70px;
}
.public-post {
    margin-bottom: 5px;
}
.public-post span {
    position: relative;
    float: left;
    padding: 5px 12px;
    margin-right: 20px;
    background: #0069c5;
    color: #fff;
}
.public-post span:before {
    position: absolute;
    top: 25%;
    right: -15px;
    z-index: 9;
    content: "";
    border: 8px solid transparent;
    border-left-color: #0069c5;
}
.public-post .slider-text-1 {
    line-height: 34px;
}
.public-post .slider-text-1 .item {
    width: 90%;
}
.public-post .slider-text-1 .item a {
    display: block;
    padding-left: 15px;
    width: 80%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: url("http://www.chibi.gov.cn/images/dot-circle.png")/*tpa=http://www.chibi.gov.cn/Template/Default/Skhttp://www.chibi.gov.cn/images/dot-circle.png*/ left center no-repeat;
}
.chat a.circle-btn .btn {
    border: 1px solid #dfdfdf;
    color: #7e8486;
}
.chat a.circle-btn p {
    font-size: 16px !important;
    margin-top: 10px !important;
}
.ft-notice dt {
    float: left;
}
.ft-notice {
    margin: 25px 0 30px;
    background: #f5f5f5;
}
.ft-notice dt a {
    position: relative;
    display: block;
    padding: 15px 10px;
    background: #0069c5;
    color: #fff;
    width: 80px;
    text-align: center;
    font-size: 18px;
    letter-spacing: 3px;
    font-weight: normal;
}
.ft-notice dt a:before {
    position: absolute;
    left: 0px;
    bottom: -10px;
    z-index: 9;
    content: "";
    border-top: 10px solid #0069c5;
    border-right: 15px solid transparent;
}
.ft-notice dd {
    padding-left: 80px;
}
.ft-notice dd a {
    display: block;
    max-height: 40px;
    margin: 10px 10px 5px;
    color: #393939;
    overflow: hidden;
}
.ft-notice dd p {
    font-size: 12px;
    color: #777;
    padding: 0 10px;
    margin-bottom: 0
}
.file-query .nav-tabs {
    margin: 5px 0 20px;
}
.file-query .nav-tabs li a {
    border: 0;
    margin-right: 0;
    padding: 5px 15px;
    color: #666;
    border-radius: 4px;
    border: 1px solid #fff;
}
.file-query .nav-tabs li a:hover,
.file-query .nav-tabs li a:focus,
.file-query .nav-tabs li.active a {
    border: 1px solid #0069c5;
    color: #0069c5 !important;
    background: none;
}
.file-query-serchar {
    position: relative;
}
.file-query-serchar input {
    height: 40px;
    padding-left: 30px;
    margin-bottom: 15px;
}
.file-query-serchar select {
    height: 40px;
    color: #8b91a0;
    margin-bottom: 15px;
}
.file-query-serchar i {
    position: absolute;
    left: 20px;
    top: 10px;
    font-size: 20px;
    color: #8b91a0;
}
.margin-top-20 {
    margin-top: 20px;
}
.weather span {
    line-height: 20px;
}
.weather iframe {
    float: left;
    height: 20px;
    width: 60%;
}
#modal-notice &gt; div {
    margin-top: 80px;
}
#modal-notice .close {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #0069c5;
    opacity: 1;
    font-size: 36px;
}
/* 首页焦点区 */
.panel-news {
    border-bottom: 1px dashed #ccc;
    margin-bottom: 21px;
    padding-bottom: 18px;
}

.panel-news-img {
    position: relative;
    float: left;
    width: 38%;
    text-align: center;
}

.panel-news-img:before {
    position: absolute;
    top: 46%;
    right: 0;
    z-index: 9;
    content: "";
    border: 10px solid transparent;
    border-right-color: #fff;
}

.panel-news-img img {
    max-width: inherit;
}
.panel-news-img.ImgCrop {
    width: 135px;
    height: 100px;
    overflow: hidden;
}

.panel-news-info {
    float: right;
    margin-bottom: 10px;
    width: 58%;
}

.panel-news-info h3 {
    margin: 0;
}

.panel-news-info h3 a {
    font-weight: bold;
    font-size: 16px;
    color: #20a0e4;
}

.panel-news-info dd a {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: bold;
    font-size: 14px;
    color: #666;
}

.panel-news-info dd a:hover {
    color: #20a0e4;
}

.panel-news-info dd p {
    max-height: 40px;
    margin-bottom: 5px;
    font-size: 14px;
    color: #999;
    overflow: hidden;
}

.panel-news-info dd small {
    font-size: 12px;
    color: #999;
}

.panel-news .owl-controls {
    margin: 0;
}

.panel-news .owl-controls .owl-nav {
    top: 0;
}

.panel-news .owl-controls .owl-nav [class*=owl-] {
    margin: 0;
    padding: 0;
    font-size: 18px;
    background: transparent;
    color: #666;
}

.panel-news .owl-controls .owl-nav .owl-prev {
    left: auto;
    right: 24px;
}

/* 获取政府服务 */
.home-service&gt;div {
    padding: 22px 0 6px 0;
    border-left: 1px solid #ebebeb;
}

.home-service&gt;div:first-child {
    border-left: 0;
}

.home-service .circle-btn p {
    font-size: 16px;
    color: #444;
}

.home-service .circle-btn .btn-info {
    width: 70px;
    height: 70px;
    line-height: 60px;
    background-color: #20a0e4;
    border: 0;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.home-service .circle-btn:hover .btn-info {
    background-color: #0069c5;
    box-shadow: 0 6px 6px rgba(0,0,0,0.15);
}
.home-service .circle-btn:hover p {
    color: #0069c5;
}


.home-service .btn-list {
    margin: 0 10px;
}

.home-service .btn-list a {
    padding: 5px 0;
    font-size: 14px;
    color: #999;
    text-align: center!important;
    box-shadow: none;
}

.home-service .btn-list a:hover {
    background-color: transparent!important;
}

.home-service .btn-list a:active {
    box-shadow: none;
}

.home-service .btn-list a i {
    margin-right: 3px;
}
    
/* 专题切换 */
.sliders1 {
    box-shadow: 0 1.5px 1px rgba(0,0,0,0.1);
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
}

.sliders1:hover {
    box-shadow: 0 10px 20px 0 rgba(168,182,191,.6);
}

.sliders1 .owl-item img {
    border-radius: 3px;
}

.sliders1 .owl-item img:hover {
    opacity: inherit;
}

.sliders1 h4 {
    width: 100%;
    position: absolute;
    top: 20px;
    letter-spacing: 2px;
    font-size: 24px;
    line-height: 38px;
    color: #fff;
    text-align: center;
}

.sliders1 a.btn {
    position: absolute;
    bottom: 80px;
    left: 50%;
    margin-left: -41px;
    color: #20a0e4;
}

.sliders1 a.btn:hover {
    color: #20a0e4;
}

.sliders1 .owl-dots {
    width: 100%;
    right: 0;
    bottom: 15px;
    text-align: center;
}

.sliders1 .owl-dots .owl-dot span {
    background: #bbb;
}

.sliders1 .owl-dots .owl-dot.active span,.owl-dots .owl-dot:hover span {
    background: #fff;
}

.sliders1 .owl-controls .owl-nav {
    top: auto;
    bottom: 50px;
    z-index: 2;
}

.sliders1 .owl-controls .owl-nav [class*=owl-] {
    font-size: 14px;
}

.sliders1 .owl-controls .owl-nav .owl-prev {
    left: 20%;
}

.sliders1 .owl-controls .owl-nav .owl-next {
    right: 20%;
}


/* 发现 */
.panel-find {
    border: 0;
}

.panel-find .find-text {
    padding: 30px 25px;
    background-color: #f15a5d;
    color: #fff;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.panel-find .find-text p {
    margin-bottom: 20px;
    line-height: 24px;
}

.find-text .btn {
    background-color: #fff;
    color: #f15a5d;
}

@-webkit-keyframes flipOutYtest {
    from {
        -webkit-transform: perspective(1400px);
        transform: perspective(1400px);
    }

    40% {
        -webkit-transform: perspective(1400px) rotate3d(0, 1, 0, 60deg);
        transform: perspective(1400px) rotate3d(0, 1, 0, 60deg);
        opacity: 1;
    }

    50% {
        -webkit-transform: perspective(1400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(1400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0;
    }

    to {
        -webkit-transform: perspective(1400px) rotate3d(0, 1, 0, 180deg);
        transform: perspective(1400px) rotate3d(0, 1, 0, 180deg);
        opacity: 0;
    }
}

.test {
    -webkit-animation: flipOutYtest 0.75s linear;
    animation: flipOutYtest 0.75s linear;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes flipInYtest {
    from {
        -webkit-transform: perspective(1400px) rotate3d(0, 1, 0, -180deg);
        transform: perspective(1400px) rotate3d(0, 1, 0, -180deg);
        opacity: 0;
    }

    50% {
        -webkit-transform: perspective(1400px) rotate3d(0, 1, 0, -90deg);
        transform: perspective(1400px) rotate3d(0, 1, 0, -90deg);
        opacity: 0;
    }

    60% {
        -webkit-transform: perspective(1400px) rotate3d(0, 1, 0, -60deg);
        transform: perspective(1400px) rotate3d(0, 1, 0, -60deg);
        opacity: 1;
    }

    to {
        -webkit-transform: perspective(1400px);
        transform: perspective(1400px);
        opacity: 1;
    }
}

.test2 {
    -webkit-animation: flipInYtest 0.75s linear;
    animation: flipInYtest 0.75s linear;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.opposite{
    background-color: #fff\0; 
    width: 100%;
    position: absolute;
    top: 0;
}
.opposite .test{
    display: none\0;
}

.find-card li .card-open a {
    display: block;
}

/*-----底部------------------------------------------------------------------------*/
.footer {
    padding-bottom: 20px;
    margin-top: 20px;
    background-color: #565a5d;
    color: #b7b9ba;
    font-size: 12px;
}

.footer .links {
    float: left;
    width: 100%;
    margin-bottom: 25px;
    background-color: #4e5358;
}

.footer .links ul {
    position: relative;
}

.footer .links li {
    margin-left: 78px;
    float: left;
    color: #fff;
}

.footer .links li:first-child {
    margin-left: 0;
}

.footer .links li p {
    margin: 0;
    padding: 15px 0;
}

.footer .links li p i{
    margin-left: 3px;
    display: inline-block;
    transform:rotate(-90deg);
    -ms-transform:rotate(-90deg);   /* IE 9 */
    -moz-transform:rotate(-90deg);  /* Firefox */
    -webkit-transform:rotate(-90deg); /* Safari 和 Chrome */
    -o-transform:rotate(-90deg);    /* Opera */
}

.footer .links .dropdown {
    position: static;
}

.footer .links .dropdown ul {
    width: 100%;
    position: absolute;
    top: auto;
    bottom: 100%;
}

.footer .links .dropdown li {
    float: none;
    margin-right: 0;
    color: #666;
}

.footer .links .dropdown li a {
    margin: 5px 0;
    float: left;
    width: 16.666%;
    clear: none;
}
.footer-logo:before
, .footer-logo:after {
    display: table;
    content: '';
}
.footer-logo:after {
    clear: both;
}
.footer-logo {
    line-height: 28px;
}

.footer-logo img {
    float: left;
    margin-right: 10px;
    width: 36px;
}

.footer-logo span {
    font-size: 24px;
    line-height: 36px;
    color: #fff;
    letter-spacing: 2px;
}
.footer-logo p {
    line-height: 20px;
}

.footer-add li {
    float: left;
    padding: 7px 0;
}

/*.footer-icp {
    margin: 5px 0 20px 0;
}

.footer-icp div + div {
    margin-left: 7px;
}*/
.footer-icp {
    padding-left: 0;
    margin-bottom: 10px;
}
.footer-icp img {
    margin: 0 auto;
    max-width: 75px;
}
.footer-icp .zc img {
    width: auto;
    max-width: 100%;
    margin-bottom: 5px;
    margin-top: 10px;
}
.footer-icp p {
    margin-bottom: 0;
    color: #b7b9ba;
}
.footer-icp .item {
    float: right;
    width: 25%;
    text-align: center;
}
.footer-icp .zc {
    width: 35%;
}
.footer .icp {
    color: #b7b9ba;
}
.footer-help a {
    padding: 0 13px;
    display: inline-block;
    color: #b7b9ba;
    line-height: 14px;
}
.footer-help &gt; a + a {
    border-left: 1px solid #b9b9b9;
}

.footer-help a:last-child {
    border-right: 0;
}

.footer-help a:hover {
    color: #e4e4e5;
}
.footer-bottom {
    padding-top: 10px;
    border-top: 1px solid #b7b9ba;
}


/* fixed stickUp */
.hack-stickUp {
    height: 1px;
    background-color: #0069c5;
}


/*-----民生------------------------------------------------------------------------*/
ul.btn-focus{
    margin-top: 8px;
}

ul.btn-focus li a.btn{
    margin: 0 10px;
    padding: 18px 10px;
    font-weight: bold;
}
ul.btn-focus li a.btn p{
    margin: 10px 0 0 0;
    font-size: 18px;
}
ul.btn-focus li a i.iconfont{
    font-size: 48px;
    line-height: 1;
}
.special-service{
    padding: 0;
    margin: 0 5px;
}
.special-service li{
    position: relative;
    margin-left: 3.7333%;
    float: left;
    width: 22.2%;
}
.special-service li:first-child{
    margin-left: 0;
}

.special-service li img{
    border-radius: 3px;
}
.special-service li span{
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    width: 90px;
    height: 75px;
    padding: 15px 20px;
    margin-top: -45px;
    margin-left: -45px;
    font-size: 24px;
    line-height: 28px;
    text-align: center;
    overflow: hidden;
    color: #fff;
}

.special-service li i{
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    margin-top: -45px;
    margin-left: -45px;
    width: 90px;
    height: 90px;
    border-radius: 100%;
    opacity: 0.7;
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
}
.special-service li i.cyan-blue{
    background-color: #71abc9
}
.special-service li i.bule{
    background-color: #00729e;
}
.special-service li i.green{
    background-color: #35a77b
}
.special-service li i.yellow{
    background-color: #d3916b;
}
.special-service li a:hover i{
    opacity: 1;
    -webkit-transform:scale(1.1); 
    -moz-transform:scale(1.1); 
    -o-transform:scale(1.1); 
}
.special-service li img{
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.special-service li a:hover img{
    -webkit-transform:scale(1.1); 
    -moz-transform:scale(1.1); 
    -o-transform:scale(1.1); 
}
.special-service li p {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    margin-bottom: 0;
    padding: 5px;
    background: #434343;
    opacity: 0.8;
    color: #fff;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.yearbook{
    position: absolute;
    top: 0;
    right: 20px;
}
.yearbook h3{
    margin-right: 20px;
    float: left;
    font-weight: bold; 
    font-size:16px;
    color: #0069c5;
}
.yearbook ul{
    padding: 0;
    margin-top: 15px;
    float: left;
    border-top: 1px solid #ebebeb;
}
.yearbook ul li{
    padding: 0 16px;
    float: left;
    text-align: center;
}
.yearbook ul li a{
    color: #444;
}
.yearbook ul li a:hover{
    color: #0069c5;
}


.yearbook ul li em{
    margin: -4px auto 5px auto;
    display: block;
    width: 8px;
    height: 8px;
    background-color: #0069c5;
    border-radius: 100%;
}

.postcard .nav-tabs{
    width: 23%;
    margin-right: 3%;
    float: left;
    border: 0;
}
.postcard .nav-tabs li{
    width: 100%; 
    margin: 0;
    float: none;
    background-color: #f5f5f5;
    border-bottom: 1px solid #e9e9e9;
}
.postcard .nav-tabs li:last-child{
    border: 0;
}

.postcard .nav-tabs .postcard-title{
    margin-bottom: 10px;
    text-align: center;
    border: 0;
}
.postcard .nav-tabs .postcard-title a{
    padding: 20px 0;
    text-align: center;
    font-size: 20px;
    color: #fff;
    border-radius: 3px;
}
.postcard .nav-tabs a{
    margin-right: 0;
    text-align: right;
    border: 0;
    border-right: 2px solid transparent;
    border-radius: 0;
}

.postcard .nav-tabs a:hover,
.postcard .nav-tabs a:focus{
    background: none;
    border-color: transparent;
}
.postcard .nav-tabs .active a,
.postcard .nav-tabs .active a:hover,
.postcard .nav-tabs .active a:focus{
    border: 0;
    border-right: 2px solid #0069c5;
    background: transparent;
    color: #0069c5;
}
.postcard .nav-tabs a{
    font-size: 16px;
    color: #444;
}
.postcard .nav-tabs a p{
    font-size: 12px;
    color: #999;
}

.postcard .tab-content{
    float: left;
    width: 74%;
}
.postcard .tab-content img{
    border-radius: 3px;
    height: 377px;
}

.postcard .Slider-one .owl-dots{
    right: auto;
    width: 100%;
    text-align: center;
}
ul.charm-btn li{
    margin-bottom: 11px;
}
ul.charm-btn li a{
    padding: 16px 0;
    font-size: 18px;
    line-height: 52px;
}
ul.charm-btn li a span {
    margin-left: 15%;
}
ul.charm-btn li a i{
    margin-right: 15%; 
    float: right;
    width: 52px;
    height: 52px;
    line-height: 52px!important;
    border-radius: 100%;
    font-size: 24px;
    color: #fff;
}
ul.charm-btn li a.blue,
ul.charm-btn li a.blue:hover{
    color: #20a0e4;
}
ul.charm-btn li a.blue i{
    background-color: #20a0e4;
}
ul.charm-btn li a.red,
ul.charm-btn li a.red:hover{
    color: #f15a5d;
}
ul.charm-btn li a.red i{
    background-color: #f15a5d;
}
ul.charm-btn li a.green,
ul.charm-btn li a.green:hover{
    color: #66bb6a;
}
ul.charm-btn li a.green i{
    background-color: #66bb6a;
}
ul.charm-btn li a.cyan-blue,
ul.charm-btn li a.cyan-blue:hover{
    color: #26c6da;
}
ul.charm-btn li a.cyan-blue i{
    background-color: #26c6da;
}
/* 民生－主题服务 */
.theme-service dl {
    overflow: hidden;
    border: 1px solid #ebebeb;
    border-radius: 4px;
}
.theme-service dl dt {
    background-color: #ebeff1;
    text-align: center;
    padding: 15px 0;
}
.theme-service dl dt a {
    padding: 0 20px;
    font-size: 18px;
    border-left: 1px solid #c7c7c7;
    border-right: 1px solid #c7c7c7;
}
.theme-service dl dd {
    overflow: hidden;
    padding: 17px 0;
    min-height: 166px;
}
.theme-service dl dd .btn {
    width: 80px;
    height: 80px;
    line-height: 70px;
    margin: 10px auto;
    border: 1px solid #ebebeb;
}
/* 民生－投资动态 */
.case-slider-blue a {
    background-color: #23b6c8 !important;
    font-weight: bold;
    font-size: 20px;
    padding: 25px 0;
}
.case-slider-blue a:hover {
    background-color: #3BC5D5 !important;
    color: #fff;
}
/* 民生－普陀年鉴 */
.yearbook-list {
    padding: 0 50px;
}
.yearbook-list li {
    padding: 15px 0 15px 15px;
    border-bottom: 1px dashed #ebebeb;
    font-size: 16px;
    background-position: 0 24px\0 !important;
}
.yearbook-page li {
    float: left;
    width: 14.28%;
    text-align: center;
    margin-top: 40px;
    margin-bottom: 100px;
    height: 32px;
    border-bottom: 1px solid #ebebeb;
}
.yearbook-page li em {
    display: block;
    width: 17px;
    height: 17px;
    margin: 15px auto;
    border-radius: 50%;
    border: 5px solid #f1f1f1;
    background: #0069c5
}
.yearbook-page li a {
    color: #535353;
    font-size: 16px;
}
.yearbook-page li a:focus,
.yearbook-page li a:hover {
    background: none;
}
.yearbook-page .active a {
    background: none !important;
}
.yearbook-page .active em {
    margin: -22% auto;
    width: 100px;
    height: 100px;
    text-align: center;
    border-radius: 50%;
    border: 2px solid #0069c5;
    background: #fff;
}
.yearbook-page .active span {
    position: absolute;
    font-size: 24px;
    color: #0069c5;
    top: 12px;
    right: 48px;
}
/* 普陀明信片 */
a {/* color: #0069c5; */}
.breadcrumb {
    padding: 15px;
    background: none;
}
.postcard-list li {
    float: left;
    width: 33.333%;
    padding: 0 3.5%;
}
.postcard-list li a {
    text-align: center;
    color: #444;
}
.postcard-list li a .title {
    height: auto !important;
    margin: 8px 0 !important;
    border-left: 0 !important;
}
.postcard-list li a img { border-radius: 4px;}
.txt-20 { font-size: 20px !important;}
 
.service-agency .tab-content .tab-pane  
{   
    height:189px;  
    overflow:auto;             
}  

.live-card a {
    margin-right: 10px;
    padding-right: 10px;
    color: #F15A5D;
    font-size: 18px;
    border-right: 1px solid #ddd;
}
.live-card a:hover {
    color: #0069c5;
}
.live-card a:last-child {
    border-right: 0;
}
/* 民生－医疗卫生 */
.fast-body-health {
    padding: 80px 0;
    background: url("http://www.chibi.gov.cn/images/fast-ms-health.png")/*tpa=http://www.chibi.gov.cn/Template/Default/Skhttp://www.chibi.gov.cn/images/fast-ms-health.png*/ right no-repeat;
}
.margin-hz-5 {
    margin-left: 5px;
    margin-right: 5px;
}
.health-outfit {
    margin-bottom: 0;
}
.health-outfit img {
    min-height: 115px;
    border-radius: 4px;
}
.health-outfit li {
    margin-bottom: 22px !important;
}
.health-outfit dl {
    margin-bottom: 0;
}
.health-outfit dt a {
    color: #444;
    font-size: 16px;
    font-weight: normal;
}
.health-outfit dt a:hover {
    background: none !important;
    color: #0069c5;
}
.health-outfit dd {
    margin-bottom: 15px;
    color: #999;
}
.health-outfit dd span {
    margin: 5px 0;
}
.health-outfit dd:last-child {
    margin-bottom: 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.pharmacy dt {
    margin-bottom: 20px;
}
.bodybuild h3 a {
    color: #444;
    font-size: 16px;
}
.bodybuild .brief p {
    height: auto;
    text-indent: 0;
    color: #666;
}
.health-video {
    border-right: 1px solid #ddd;
}
.health-video span {
    position: relative;
    display: inline-block;
    padding: 5px 15px;
    color: #fff;
    background: #66bb6a;
}
.health-video em {
    position: absolute;
    top: 8px;
    right: -7px;
    border-color: transparent;
    border-style: solid;
    border-width: 7px 0 7px 7px;
    border-left-color: #66bb6a;
}
.price a:hover {
    color: #0069c5 !important;
}
.btn-small li a {
    margin: 0 10px 10px;
    font-size: 14px;
}
.panel-heading2-mini {
    margin: 0 15px 15px;
    border-bottom: 2px solid #0069c5;
}
.panel-heading2-mini h2 {
    margin-left: -82px !important;
}
.online {
    display: block;
    padding: 50px 40px 51px;
    font-size: 23px;
    background: url("http://www.chibi.gov.cn/images/online.jpg")/*tpa=http://www.chibi.gov.cn/Template/Default/Skhttp://www.chibi.gov.cn/images/online.jpg*/ right no-repeat;
}
.city-service-list {
    padding-bottom: 7px;
}
.city-service-list .btn {
    width: 45px !important;
    height: 45px !important;
    line-height: 40px !important;
    padding: 6px 5px;
}
.city-service-list .btn i {
    font-size: 24px;
}
/*-----营商------------------------------------------------------------------------*/
.zhaibian {
    position: absolute;
    top: 82px;
    right: 20px;
}
.ys-slider .title{
    font-size: 14px;
}
.ys-slider .item img{
    height: 260px;
}
.interview h4 a{
    font-size: 16px;
    color: #444;
}
.interview h4 a:hover{
    color: #0069c5;
}

.interview p{
    color: #999;
}
.interview-avatar img{
    width: 90px;
    border-radius: 100%;
}
.case-slider a{
    padding: 30px 0;
    display: block;
    text-align: center;
    color: #fff;
    font-size: 18px;
    background-color: #0069c5;
    border-radius: 3px;
}
.interview .owl-dots{
    top: -50px;
    bottom: auto;
}
.interview .owl-dots .owl-dot:hover span{
    background-color: #0069c5;
}
.btn-list-plain li{
    width: 33.333%;
    float: left;
}
div.multi-hover { 
    position: relative;
    overflow: hidden; 
    padding: 15px 30px;
    margin: 0 5px 15px 5px;
    background: #f5f5f5;
    border: 1px solid #d4d4d4;
    border-radius: 4px;
    font-size: 14px;
    color: #656565;
    text-align: center;
    -webkit-transition: all .3s ease-in-out; transition: all .3s ease-in-out;
}
div.multi-hover:hover{
    background-color: #e87c7c;
    background-color: hsla(0,70%,50%,0.6);
    border-color: #e87c7c;
    border-color: hsla(0,70%,50%,0.6);
    color: #fff;
    box-shadow: 0 4px 7px rgba(0,0,0,0.25);
}
.pt-overview-title{
    float: left;
    width: 7%;
    margin-right: 2%;
    border-top: 3px solid #0069c5;
}
.pt-overview-title h4{
    padding: 10px;
    text-align: center;
    color: #0069c5;
}
.pt-overview-img{
    float: left;
    width: 35%;
    margin-right: 3%
}
.pt-overview-img img{
    border-radius: 3px;
}
.pt-overview-info{
    float: left;
    width: 53%;
}
.pt-overview-info ul{
    padding: 0;
}

.pt-overview-info li{
    float: left;
    width: 25%;
    text-align: center;
}
.pt-overview-info li i{
    display: block;
    margin: 7px 0;
    font-size: 28px;
    color: #0069c5;
}
.pt-overview-info li p{
    font-size: 12px;
}
.pt-overview-info a{
    color: #444;
}
ul.pt-overview-btn{
    padding: 14px 0;
}
ul.nav-policy{
    width: 65%;
    margin: 35px auto 15px;
}
ul.nav-policy li {
    width: 20%;
    text-align: center;
    margin: 0;
}
ul.nav-policy li a{
    padding: 10px 0;
    font-weight: bold;
    font-size: 16px;
    color: #444;
}
ul.btn-policy{
    margin-top: 15px;
}
ul.btn-policy a.btn{
    padding: 26px 10px;
    font-size: 16px;
}
.hall-list li{
    background-position: 0 15px;
}

.hall-list .hall-btn{
    display: none;
    margin-top: 5px;
    margin-left: 0;
}
.hall-list .hall-btn a{
    border: 1px solid #ebebeb;
    float: left;
    box-shadow: none;
    margin-right: 10px;
    color: #0069c5;
}
.hall-list .hall-btn a:hover{
    border-color: #ddd;
    box-shadow: 0 4px 7px rgba(0,0,0,0.15);
}

.service-agency .nav-tabs{
    margin-top: 18px;
    margin-bottom: 20px;
    float: left;
    width: 40%;
    border: 1px solid #ebebeb;
    border-radius: 3px;
}
.service-agency .nav-tabs li{
    float: none;
    margin: 0;
    width: 100%;
}
.service-agency .nav-tabs li a{
    padding: 10px;
    margin-right: 0;
    border: 0;
    border-radius: 0;
    text-align: left;
    color: #444;
}

.service-agency .nav-tabs&gt;li.active&gt;a,
.service-agency .nav-tabs&gt;li.active&gt;a:focus,
.service-agency .nav-tabs&gt;li.active&gt;a:hover{
    border: 0;
    background-color: #0069c5;
    color: #fff;
}
.service-agency .tab-content{
    margin-left: 5%;
    width: 55%;
    float: left;
}
.service-agency .tab-content dl{
    padding: 10px 0 14px;
    margin: 0;
    border-bottom: 1px dashed #ebebeb;
}
.service-agency .tab-content dl:last-child{
    border-bottom: 0;
}


.service-agency .tab-content dt{
    line-height: 30px;
}

.service-agency-btn{
    clear: both;
    background-color: #f5f5f5;
    border-radius: 3px;
}
.service-agency-btn a{
    display: block;
    padding: 17px 0;
    font-size: 18px;
    line-height: 52px;
    color: #444;
}
.service-agency-btn i{
    width: 52px;
    height: 52px;
    line-height: 52px;
    text-align: center;
    border-radius: 100%;
    font-size: 28px;
    float: left;
    margin-right: 10px;
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
}
.service-agency-btn a:hover i{
    box-shadow: 0 4px 7px rgba(0,0,0,0.25);
}

.bg-list {
    overflow: hidden;
    background: #f5f5f5;
    border-radius: 4px;
    padding: 10px 20px !important;
}
.bg-list li {
    float: left;
}

.credit-btn{
    padding-top: 25px;
    padding-bottom: 10px;
    border-radius: 3px;
    border: 1px solid #ebebeb;
}
.btn-credit a{
    padding: 21px 0;
}
.credit-img{
    margin-top: 20px;
    text-align: center; 
}
.credit-img a{
    border-radius: 3px;
    display: block;
}

.credit-img a:hover{
    box-shadow: 0 4px 7px rgba(0,0,0,0.25);
}

.credit-img img{
    border-radius:3px;
}


/* 12.17 */
.relative { position: relative;}
.location {
    position: absolute;
    left: -75px;
}
.location .bs-docs-sidebar {
    border-right: 1px solid #bdbdbd;
}
.location ul {
    border-right: 1px solid #bdbdbd;
    border-bottom: 0;
    width: 38px;
}
.location a {
    width: 76px;
    height: 76px;
    margin: 0 !important;
    padding: 0 !important;
    font-size: 12px;
    color: #808080;
    background-color: #fff;
    border-radius: 50% !important;
}
.location li + li {
    margin: 20px 0 0 !important;
}
.location a i {
    display: block; 
    padding-top: 20px;
    padding-bottom: 2px;
    font-size: 20px;
}
.location ul.nav-tabs li.active a,
.location  ul.nav-tabs li a:hover {
    border: 1px solid #0088cc;
    background-color: #0088cc;
    color: #fff;
}
.location ul.nav-tabs li.active a + .arrow-right {
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    top: 35px;
    right: -43px;
    right: -4px\9\0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #0088cc;
}
[data-spy] {
    top: 100px;
}

.hack-anchor {
    padding-top: 111px;
    margin-top: -111px;
}

.modern-system dt {
    display: block;
    padding-bottom: 5px;
    color: #666;
    border-bottom: 2px solid #ccc;
}
.modern-system dt a:hover {
    color: #0069c5;
}
.modern-system dd {
    padding-left: 15px;
    margin: 15px 0;
    line-height: 1.8;
    text-indent: 2em;
}
.border-bottom {
    border-bottom: 1px solid #e4e4e4;
}
.survey {
    line-height: 1.8;
    margin: 25px 0;
    text-indent: 2em;
}
.nav-support {
    display: table;
    margin: 0 auto;
    margin: 0 auto 20px;
    text-align: center;
}
.nav-support li a {
    padding: 5px 15px;
}
.nav-answer {
    padding: 20px;
    margin-bottom: 15px;
    background: #f5f5f5;
    border-radius: 4px;
}
.nav-answer li {
    width: 19.8%;
    text-align: left;
}
.nav-answer a {
    border-radius: 4px;
}
.nav-tab2 {
    transition: all .2s;
}
.p-style p {
    text-indent: 2em;
    margin-bottom: 20px;
    line-height: 1.8;
}
.layout p {
    line-height: 1.8;
    margin-bottom: 30px;
    text-indent: 2em;
    letter-spacing: 1px;
}
.layout p strong {
    color: #0069c5;
    font-size: 16px;
}
.layout .place-goodness p {
    text-indent: 0;
}
.place-goodness {
    width: 100%;
}
.place-goodness i {
    width: 50px;
    height: 50px;
    line-height: 50px;
    margin: 0 auto 10px !important;
    border-radius: 50%;
    border: 1px solid #dadada;
}
.simple-layout {
    padding: 0 35px;
}
.simple-layout .row {
    margin-bottom: 45px;
}
.form-online {
    padding: 45px 0;
}

.list-dashed li:nth-child(5n) {
    margin-bottom: 15px;
    padding-bottom: 20px;
    border-bottom: 1px dashed #E1E1E1;
    background-position: 0 15px;
}
.modern-system .text-info {
    border-color: #42a5f5;
}
.modern-system .text-orange {
    border-color: #ff7043;
}
.modern-system .text-error {
    border-color: #f15a5d;
}
.modern-system .text-success {
    border-color: #66bb6a;
}
.modern-system .text-warning {
    border-color: #ffa726;
}
.modern-system .text-purple {
    border-color: #5c6bc0;
}
#see-dynamic {
    z-index: 100;
}
#find-policy {
    z-index: 99;
}
#enjoy-service {
    z-index: 98;
}
.community-table{
    display: none;
    clear: both;
    margin-top: 40px;
}
.community-table table{
    margin-bottom: 0;
}
/* .wechat {
    position: absolute;
    top: -110px;
    right: -25px;
    width: 100px;
    min-width: 0;
    padding: 10px;
    z-index: 10001;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
} */
.wechat2 {
    top: -160px;
    left: -40px;
    width: 160px;
}
.wechat3 {
    top: -165px;
    right: -1px;
    width: 160px;
}
.no-height {
    width: 0;
    height: 0;
    padding: 0;
    overflow: hidden;
}
.wechat3-img img {
    transition: width 5s;
    -moz-transition: width 5s;  /* Firefox 4 */
    -ms-transition: width 5s;   /* Firefox 4 */
    -webkit-transition: width 5s;   /* Safari 和 Chrome */
    -o-transition: width 5s;
    -webkit-transform: rotateY(360deg);
    -moz-transform: rotateY(360deg);
    -o-transform: rotateY(360deg);
    -ms-transform: rotateY(360deg);
    transform: rotateY(360deg);
}
.overflow-inherit {
    overflow: inherit;
}
.complex-community li a {
    width: 40%;
}
.complex-community li .phone {
    width: 15%;
}
.complex-community li .time {
    width: 25%;
}
.form-actions .btn {
    padding: 6px 25px;
}
.fast-live {
    margin-bottom: 30px;
    background-color: #4CD399;
    border-bottom: 1px solid #dee0e2;
}
.fast-live .panel-fast-body {
    padding: 0;
    background: none;
}
.wells .col-md-1 {
    margin-left: 0;
}
.city-service-nav{
    border: 0;
}

.city-service-nav li{
    width: 100%;
    padding: 5px 0;
    float: none;
}
.city-service-nav li a{
    display: block;
    padding: 10px 0 10px 40px;
    text-align: left;
    border-radius: 3px;
}
ul.city-service-nav li.active a,ul.city-service-nav li.active a:hover,ul.city-service-nav li a:hover,ul.city-service-nav li.active a:focus{
    background-color: #22a8f0;
    border-color: #22a8f0;
    color: #fff;
}

.city-service-nav li i{
    margin-right: 10px;
}
.city-service-phone{
    margin: 0 auto;
    width: 400px;
    height: 800px;
    border: 1px solid #ebebeb;
    border-radius: 40px;
}
.phone-top{
    margin: 30px auto;
    width: 50px;
    height: 5px;
    background-color: #ccc;
    border-radius: 5px;
}
.phone-box{
    margin: 0 auto 10px auto;
    width: 375px;
    height: 667px;
}
.phone-box iframe{
    width: 375px;
    border-radius: 3px;
    border:1px solid #ebebeb;
}
.phone-bottom{
    margin: 0 auto;
    width: 44px;
    height: 44px;
    border-radius: 100%;
    border:1px solid #ebebeb;
}
.case-slider .owl-dots {
    display: none !important;
}
.case-slider .owl-controls .owl-nav .owl-prev,
.case-slider .owl-controls .owl-nav .owl-next {
    display: block !important;
}
.case-slider .owl-controls .owl-nav {
    top: 23%;
}
.case-slider .owl-controls .owl-nav [class*=owl-] {
    padding: 0;
    font-size: 25px;
}

/* fixed for firefox */
ul.nowrapli li {
    list-style-type: none;
}
.special-double span {
    top: 60% !important;
}
.special-three span {
    top: 60% !important;
    padding: 15px 0 !important;
}
/* 居住证－办理地点 */
.bl-address&gt;li {
    position: relative;
    float: left;
    width: 25%;
    text-align: center;
}
.bl-address&gt;li&gt;a {
    display: block;
    margin-bottom: 10px;
    color: #444;
}
.address-details {
    display: none;
    position: absolute;
    z-index: 998;
    top: 30px;
    left: 10px;
    width: 280px;
    padding: 15px;
    background: #F8F8F8;
    border: 1px solid #DEDEDE;
}
.address-details i {
    position: absolute;
    top: 5px;
    right: 5px;
}
.address-details&gt;ul&gt;li{
    text-align: left;
}

/*-----新闻------------------------------------------------------------------------*/
.panel-fast-news{
    background: none;
}
.news-hot{
    margin: 0 70px;
    padding-bottom: 80px;
}
.news-hot-img{
    margin-top: 10px;
    padding-top: 10px;
    width: 30%;
    float: left;
    border-right: 1px dashed #ccc;
}
.news-hot-title{
    width: 70%;
    float: left;
}
.news-hot-title h2{
    margin: 20px 0;
    text-align: center;
}
.news-hot-title h2 a {
    font-weight: bold;
    font-size: 34px;
}
.news-hot-title p a {
    float: left;
    width: 33.333%;
    padding: 0 15px;
    text-align: center;
    font-size: 14px;
    color: #666;
    border-right: 1px solid #ccc;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: block;
}
.news-hot-title p a:last-child {
    border-right: 0;
}
.news-hot-title p a:hover{
    color: #0069c5;
}

.news-slider{
    margin-top: -110px;
    margin-bottom: 20px;
}
.news-slider .owl-controls .owl-nav{
    top: 42%;
}
.news-slider div{
    padding: 0;
}
.news-slider .item a{
    display: block;
    position: relative;
}
.news-slider .item a .title {
    padding: 20px 10px;
}
.news-slider .item a .title span{
    width: 100%;
    text-align: center;
    font-size: 18px;
}
.news-slider .item .col-sm-8 img{
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}
.news-slider .item .col-sm-8 h4{
    border-bottom-left-radius: 3px;
}
.news-slider .item .col-sm-4 a:first-child img{
    border-top-right-radius: 3px;
}
.news-slider .item .col-sm-4 a:last-child img{
    border-bottom-right-radius: 3px;
}
.news-slider .item .col-sm-4 a:last-child h4{
    border-bottom-right-radius: 3px;
}
.news-headline{
    margin-top: 15px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #ebebeb;
}

.news-headline h3{
    margin:0;
}

.news-headline h3 a{
    line-height: 25px;
    font-weight: bold;
    font-size: 18px;
}
.news-headline h3 span{
    float: left;
    position: relative;
    margin-right: 15px;
    padding: 5px 10px;
    font-size:14px;
    color: #fff;
    background-color: #ff7043;
}
.news-headline h3 span:after{
    position: absolute;
    top: 8px;
    right:-10px;
    content: "";
    border:5px solid;
    border-color: transparent transparent transparent #ff7043;
}
.news-headline p{
    margin-bottom: 0;
    padding-top: 10px;
}

.news-headline p a{
    display: inline-block;
    margin: 5px 0;
    padding: 0 20px;
    color: #444;
    border-right:1px solid #ebebeb;
}
.news-headline p a:hover{
    color: #0069c5;
}
.news-list{
    padding: 0;
    margin-bottom: 0;
}
.news-list li{
    overflow: hidden;
    padding-top: 6px;
    border-bottom: 1px dashed #ebebeb;
}
.news-list li:hover{
    background-color: #f9f9f9;
}
.news-list li dt{
    float: left;
    margin-top: 10px;
    margin-right: 15px;
}
.news-list li dd {
    padding: 0 15px;
}
.news-list li dd a{
    font-size: 18px;
    line-height: 28px;
    color: #444;
}
.news-list li dd a:hover{
    color: #0069c5;
}

.news-list li dd .label{
    margin-right: 10px;
}
.news-special .panel-body{
    padding: 10px 20px;
}
.news-special .panel-body a{
    display: block;
    margin: 10px 0;
}
.news-special .panel-body a img{
    border-radius: 3px; 
}
.btn-single{
    margin-bottom: 20px;
}
.btn-single a{
    display: block;
    padding: 10px;
    font-weight: bold;
    font-size: 20px;
    line-height: 52px;
    letter-spacing: 1px;
}
.btn-single a i{
    margin-right: 15%;
    float: right;
    width: 52px;
    height: 52px;
    font-size: 30px;
    line-height: 52px;
    border-radius: 100%;
    background-color: #fff;
    color: #0069c5;
    font-weight: normal;
}
.btn-weixin a{
    text-align: center;
}

.btn-weixin a img{
    width: 66px;
    height: 66px;
    border:1px solid #ddd;
    border-radius: 7px;
}
.btn-weixin a p{
    margin-top: 5px;
}
.news-tab {
    padding-bottom: 10px !important;
}
.news-tab .nav-tabs a {
    font-size: 18px !important;
}
.news-tab &gt; a {
    position: absolute;
    top: 18px;
    right: 20px;
}
.news-tab-hidden dl {
    max-height: 70px;
    overflow: hidden;
}
.news-tab-hidden dt {
    float: left;
}
.news-tab-hidden dd {
    padding-left: 60px;
}
.news-tab-hidden dd a {
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 15px;
    color: #444;
}
.news-tab-hidden dd a:hover {
    color: #0069c5;
}
.news-tab .tab-content {
    position: relative;
}
.news-tab .news-tab-hidden {
    position: absolute;
    top: 20px;
    opacity: 0;
    height: 155px;
    overflow-y: scroll;
}

.weixin-matrix li {
    margin-bottom: 10px !important;
}
.weixin-matrix a {
    text-align: center;
    color: #666;
}
.weixin-matrix a:hover {
    color: #0069C5 !important;
}
.weixin-matrix img {
    width: 66px;
    height: 66px;
    border: 1px solid #ddd;
    border-radius: 7px;
}
.opposite&gt;div {
    text-align: center;
}
.opposite&gt;div p {
    margin-top: 5px;
    margin-bottom: 0;
    line-height: 1;
}
#eye-all2 {
    display: none;
}

.no-float {
    float: none !important;
    margin-left: 20px;
}
.cover {
    position: relative;
}
.btn-cover {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}
.spokesman-list ul li {
    float: left;
    width: 20%;
    margin-bottom: 30px;
    text-align: center;
}
.spokesman-list ul li h4 {
    color: #444;
}
.spokesman-list ul li p {
    color: #888;
    width: 95%;
    min-height: 45px;
    overflow: hidden;
}
.spokesman-list img {
    width: 138px;
    height: 194px;
}
.nav-spokesman li {
    width: 16.45%;
    text-align: center;
}
.nav-spokesman li a {
    padding: 5px 45px;
}
.nav-spokesman li.li1 a {
    padding: 5px 60px;
}
.nav-spokesman li.li5 a {
    padding: 5px 10px;
}
.new-video
.new-video ul li,
.new-video ul {
    margin-bottom: 0;
}
.new-video li p {
    height: auto !important;
    border-left: 0 !important;
    text-align: center;
}
.new-video li p span {
    display: block;
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    color: #444;
}
.news-slider img {
    max-height: 506px;
}
.news-circle {
    padding: 15px 0;
}
.news-circle a.circle-btn .btn {
    width: 52px;
    height: 52px;
}
.news-circle a.circle-btn .btn-lg i {
    font-size: 26px;
}
.news-circle .btn-group-lg&gt;.btn, .btn-lg {
    padding: 10px 12px;
}
.news-circle a.circle-btn p {
    margin: 5px 0 0;
    font-size: 20px;
    color: #444;
}
.news-list li a:hover img {
    opacity: .7;
}
.news-list li:last-child {
    border-bottom: 0;
}
.xw-home .ImgCrop {
    width: 140px;
    height: 88px;
    overflow: hidden;
}
.xw-home .ImgCrop img {
    margin-left: 0 !important;
}
/*-----个人中心------------------------------------------------------------------------*/
.panel-inner {
    position: relative;
    margin-bottom: 30px;
}
.sy .panel-inner {
    border: 1px solid #ddd;
}
.panel-inner h2 {
    margin: 0;
    padding: 20px;
    font-size: 18px;
    font-weight: bold;
    color: #0069c5;
    border-bottom: 1px solid #ddd;
}
.panel-inner h2 a {
    color: #f60;
    font-size: 14px;
    font-weight: normal;
}
.panel-inner h2 a:hover {
    color: #FA893D;
}
.more {
    /* position: absolute; */
    /* top: 20px; */
    /* right: 20px; */
    color: #444;
}
.my-community {
    margin-left: 5%;
    margin-bottom: 0;
    border-left: 1px solid #ccc;
}
.my-community li a:before {
    content: "";
    width: 12px;
    height: 12px;
    display: block;
    border: 3px solid #ccc;
    background: #f60;
    border-radius: 50%;
    position: absolute;
    left: -6px;
    top: 19px;
}
.my-community li {
    min-height: 50px;
}
.my-community li,.my-community a {
    overflow: inherit;
}
.my-community li a span {
    padding: 0 15px 0 30px;
    margin-right: 10px;
    color: #0069c5;
    font-size: 13px;
    border-right: 1px solid #8c8c8c;
}
.table-easy {
    min-width: 800px;
}
.table-easy th {
    background: #f2f2f2;
    border-bottom: 0 !important;
}
.table-easy th,.table-easy td {
    border-top: 0 !important;
}
.table-easy td {
    border-bottom: 1px solid #ddd;
}
.table-easy tr:last-child td {
    border-bottom: 0;
}
.use-img {
    padding: 30px 0;
    color: #666;
    border-right: 1px solid #ddd;
}
.use-img .btn {
    width: 94px !important;
    height: 94px !important;
    background: #cfcfcf;
    color: #fff;
}
.use-img .btn i {
    font-size: 45px;
    line-height: 1.8;
}
.center-menu li a {
    display: block;
    padding: 10px;
    font-size: 16px;
    color: #515151;
    border: 1px solid #fff;
    border-right: 1px solid #ddd;
}
.center-menu li.active a{
    color: #0069c5;
    border-left: 3px solid #0069c5;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    border-right: 0;
}
.center-menu li a i {
    font-size: 22px;
    padding: 0 15px 0 25px;
}

.table-container {
    width: 100%;
    overflow-y: auto;
    _overflow: auto;
    margin: 0 0 1em;
}
.my-advice {
    padding: 0 35px;
}
.advice-title {
    border-bottom: 1px solid #ccc;
    margin-bottom: 30px;
}
.advice-title h2 {
    font-size: 24px;
    color: #004;
}
.advice-title span {
    display: block;
    color: #999;
    margin: 15px 0;
}
.advice-info ul {
    padding: 0 60px 0 40px;
}
.advice-info ul li {
    line-height: 40px;
    overflow: hidden;
}
.advice-info ul li label {
    float: left;
    font-weight: bold;
    width: 100px;
    text-align: right;
}
.advice-info ul li span {
    display: block;
    padding-left: 120px;
}
.advice-info a {
    display: block;
}
.advice-info a i {
    font-size: 20px;
    margin-right: 10px;
}
.symbol.ok:before {
    content: "\e664";
}
.short-page {
    padding: 40px 0 110px;
}
.btn-form {
    width: 100%;
    min-height: 45px;
}
.like-label p {
    display: inline-block;
    margin-bottom: 0;
}
.like-label .nav-pills {
    height: 25px;
    overflow: hidden;
    display: inline-block;
    width: 70%;
    margin-top: -4px;
    margin-left: 10px;
    background: none;
}
.like-label .nav-pills a {
    padding: 5px;
    color: #666;
}
.like-label p a {
    color: #666;
    margin: 0 5px;
}
.like-tag li {
    float: left;
    width: 20%;
    margin-bottom: 15px;
    text-align: center;
}
.like-tag .checkbox-inline {
    display: block;
    background: #E3F5F6;
    padding: 15px 0;
    margin: 0 10%;
    border-radius: 10px;
    color: #666;
}
.like-tag .active {
    background: #FAF2C9;
}
.list-more i {
    padding: 3px 8px;
    border: 1px solid #D8D8D8;
}
.margin-25 {
    margin: 25px;
}
.no-data {
    padding: 50px 0;
    margin-bottom: 0;
    background: #F6F6F6;
    text-align: center;
}
/*-----用户中心------------------------------------------------------------------------*/
.login {
    border-right: 1px solid #f1f1f1;
}
.login .form-control {
    height: 45px;
}
.login .control-label {
    padding-top: 12px;
}
.login .form-group {
    margin-bottom: 20px;
}
.register-step li {
    float: left;
    padding: 20px 0;
    margin-bottom: 45px;
    font-size: 18px;
    color: #797979;
    border-bottom: 3px solid #dfdfdf;
}
.register-step li.active {
    border-bottom: 3px solid #0069c5;
}
.register-step li em {
    display: inline-block;
    text-align: center;
    margin: 0 20px;
    width: 35px;
    height: 35px;
    font-style: normal;
    font-weight: bold;
    line-height: 32px;
    border: 2px solid #0069c5;
    border-radius: 50%;
    color: #0069c5;
}
.register-step li.active em {
    background: #0069c5;
    color: #fff;
}
.prompt {
    padding: 20px;
    background: #eaf3fa;
    overflow: hidden;
    margin-bottom: 30px;
}
.register-success p {
    font-size: 18px;
    color: #5a5a5a;
}
.register-success span {
    display: block;
    margin-top: 30px;
}
.result-icon {
    font-size: 45px;
}
.result-success {
    color: #22A028;
}
.result-error {
    color: #f00;
}
.yzm {
    min-height: 45px;
}
.hq-yzm {
    display: block;
    width: 100%;
    line-height: 40px;
    text-align: center;
    background: #D6E7F7;
    border: 0;
    color: #0065C0;
}

/*-----互动------------------------------------------------------------------------*/
.opinion-levy p {
    margin-bottom: 30px;
}
.opinion-levy .tab-pane h4 {
    padding: 20px 0;
    margin-bottom: 15px;
    font-size: 20px;
    color: #0069c5;
    text-align: center;
    border-bottom: 1px solid #f1f1f1;
}
.opinion-levy .complex-list a {
    width: 70%;
}
.label-gray {
    background-color: #a8b2be;
}
.opinion-levy .complex-list .time {
    text-align: right;
}

.label-blue {
    background-color: #0069c5;
}
#ctlBtn {
    margin-top: 6px;
}
.levy-select {
    position: absolute;
    top: 0;
    right: 15px;
    width: 220px;
}
.levy-table-p p {
    padding-top: 6px;
    color: #8d8d8d;
}
.comment-content li {
    padding: 20px 0;
    border-bottom: 1px solid #ECEAEA;
}
.comment-group {
    overflow: hidden;
    margin-bottom: 10px;
}
.comment-group span {
    display: block;
}
.shequ .dropdown-toggle {
    height: 45px;
    border: 1px solid #E6E8E8;
    border-radius: 4px;
}
.no-shadow,
.no-shadow button,
.no-shadow button:hover {
    box-shadow: none;
}
.comment-reply {
    margin-top: 10px;
}
.opinion-reply .comment-inner {
    border-left: 3px solid #0069c5;
}
.opinion-levy-content {
    margin-bottom: 30px;
}
.reply-result {
    margin-top: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    background: #f7f7f7;
}
.more2 {
    top: 5px;
}
.reply-result .row {
    border-bottom: 1px solid #dfdfdf;
    padding-top: 10px;
}
.reply-result .row:last-child {
    border-bottom: 0;
}
.bg-fafafa {
    background: #fafafa;
    border-radius: 4px;
}
.btn-public {
    padding-left: 30px;
    padding-right: 30px;
}
.vote-question dl {
    margin-bottom: 30px;
}
.vote-question dt {
    font-size: 18px;
    color: #0069c5;
    border-left: 3px solid #0069c5;
    padding-left: 15px;
    line-height: 18px;
    margin: 20px 0;
}
.vote-question dd {
    padding-top: 15px;
    border-top: 1px solid #E6E8E8;
    overflow: hidden;
}
.vote-question dd label {
    width: 100%;
    margin-left: 0 !important;
    padding: 5px 0 5px 40px;
}
.comments li {
    background: none;
    padding: 15px 0;
    border-bottom: 1px dashed #eee;
}
.comments li a {
    line-height: 25px;
}
.comments li:last-child {
    border-bottom: 0;
}
.comments li span {
    margin-right: 10px;
}
.margin-vt-10 {
    margin-top: 10px;
    margin-bottom: 10px;
}
.margin-vt-20 {
    margin-top: 20px;
    margin-bottom: 20px;
}
.col-50 {
    width: 50%;
}
.vote-title {
    margin: 25px 0;
    font-size: 22px;
    color: #444;
    text-align: center;
}
.online-talk {
    margin: 18px 0;
}
.online-talk li&gt;a img {
    height: 158px;
}
.online-talk p {
    color: #666;
}
.online-talk p strong a {
    font-size: 16px;
    color: #4e4e4e;
}
.online-talk p strong a:hover {
    color: #0069c5;
}
.online-talk p span {
    color: #000;
    margin-right: 8px;
}
.hot-response {
    text-align: center;
}
.hot-response .col-md-2 a {
    color: #fff;
}
.hot-response .normal-slider {
    position: relative;
    height: 80px;
}
.hot-response .normal-slider a:hover {
    color: #0069c5;
}
.hot-response .owl-nav {
    display: none;
}
.hot-response .owl-dots {
    right: 50%;
    margin-right: -30px;
}
.hot-response .owl-stage-outer {
    line-height: 60px;
}
.hot-response .normal-slider a {
    font-size: 18px;
    font-weight: bold;
    color: #444;
}
.hot-response .col-md-2 {
    height: 80px;
    background: #ef7130;
    color: #fff;
}
.hot-response .col-md-2 i {
    display: block;
    font-size: 26px;
    padding-top: 12px;
    padding-bottom: 5px;
}
.hot-response .col-md-2 p {
    font-size: 16px;
    font-weight: bold;
}
.hot-response .owl-dots .owl-dot.active span, 
.hot-response .owl-dots .owl-dot:hover span {
    background: #ef7130;
}
.btn-hd .col-xs-6 {
    padding: 0 10px;
}
.btn-hd li em {
    display: block;
    width: 40px;
    height: 40px;
    margin: 0 auto;
    background: #fff;
    border-radius: 50%;
}
.btn-hd {
    margin: 0 -10px;
}
.btn-hd li {
    margin-bottom: 20px !important;
}
.btn-hd li i {
    font-size: 20px;
    line-height: 40px;
    color: #000;
}
.btn-hd-1 em {
    float: left;
    margin-top: 8px !important;
}
.btn-hd-1 p {
    margin: 16px 0;
}
.btn-hd-2 p {
    margin: 6px 0 0;
    font-size: 16px;
}
.btn-hd-3 em {
    margin: 27px auto 28px !important;
    width: 50px !important;
    height: 50px !important;
}
.btn-hd-3 i {
    line-height: 50px !important;
    font-size: 25px !important;
}
.btn-hd-3 p {
    margin: 25px 0;
}
.section-title {
    margin: 30px 0 15px;
}
.section-title a {
    color: #666;
    font-weight: bold;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 80%;
    display: block;
}
.section-title a:hover {
    color: #0069c5;
}
.section-title+p {
    max-height: 45px;
    overflow: hidden;
    text-overflow: ellipsis;
    letter-spacing: 1px;
}
.answers {
    margin-top: 22px;
    margin-bottom: 22px;
}
.answers h4 {
    font-size: 16px;
    font-weight: bold;
    color: #4c4c4c;
}
.margin-top-14 {
    margin-top: 6px;
}
.panel-fast-hd {
    background: url("http://www.chibi.gov.cn/images/fast-hd.png")/*tpa=http://www.chibi.gov.cn/Template/Default/Skhttp://www.chibi.gov.cn/images/fast-hd.png*/ right no-repeat;
}
.file-upload-indicator {
    display: none;
}
/* 互动－在线咨询 */
.text-indent2em {
    text-indent: 2em;
}
.no-indent {
    text-indent: 0 !important;
}
.notice li {
    position: relative;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
    margin-bottom: 30px;
    overflow: hidden;
}
.notice-btn {
    position: absolute;
    right: 15px;
    top: 40px;
}
.notice-btn .btn {
    color: #0069c5;
    border-color: #5B98CC;
}
.qa-question .comment-group {
    margin-top: 10px;
}
.qa-question .comment-group span:last-child {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.qa-question li {
    margin-bottom: 15px;
    padding-bottom: 8px;
    border-bottom: 1px dashed #ddd;
}
.qa-question li:last-child {
    border-bottom: 0;
}
.review-question dt {
    font-size: 16px;
}
.review-video .jp-video-270p object,
.review-video .jp-video-270p .jp-jplayer {
    width: auto;
    height: auto;
}
.review-video .jp-video-270p .jp-video-play, 
.review-video .jp-video-360p .jp-video-play {
    z-index: 10;
}
.p-line-height p {
    line-height: 1.8;
}
.interview-list-img {
    text-align: center;
}
.interview-list-img img {
    max-height: 150px;
}
.lx-btn {
    display: block;
    padding: 6px 12px;
    width: 100%;
    height: 80px;
    margin-bottom: 20px;
    line-height: 70px;
    background: url("http://www.chibi.gov.cn/images/lx.png")/*tpa=http://www.chibi.gov.cn/Template/Default/Skhttp://www.chibi.gov.cn/images/lx.png*/ no-repeat;
    font-size: 24px;
    color: #fff;
    letter-spacing: 3px;
    text-align: center;
}
.lx-btn:focus,
.lx-btn:hover {
    color: #fff;
    box-shadow: 0 4px 7px rgba(0,0,0,0.25);
}
.lx-btn i {
    font-size: 32px;
    margin-right: 15px;
}
.hd-notice li {
    padding-bottom: 0;
    border-bottom: 0;
    margin-bottom: 0;
    margin-top: 21px;
}
/*-----政务------------------------------------------------------------------------*/
.zw-top-vedio {
    display: block;
    margin: 30px 0;
}
.zw-list li a {
    display: block;
    padding: 16px 5px;
    text-align: center;
    background: #fff;
    border-radius: 4px;
    margin-bottom: 15px;
    color: #656565;
    font-size: 16px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.government-topic img {
    border-radius: 4px;
}
.border-color-blue {
    border-left: 4px solid #0069c5;
}
.border-color-purple {
    border-left: 4px solid #5c6bc0;
}
.border-color-green {
    border-left: 4px solid #66bb6a;
}
.border-color-orange {
    border-left: 4px solid #eb793d;
}
.float-right-text {
    position: absolute;
    right: 25px;
    bottom: 6px;
}
.btn-zw {
    margin: 0 5px !important;
}
.btn-zw&gt;ul&gt;li {
    float: left;
    width: 20%;
    padding: 0 5px !important;
    margin: 10px 0 !important;
}
.btn-zw&gt;ul&gt;li&gt;a {
    padding: 15px 12px;
}
.btn-zw&gt;ul&gt;li&gt;ul&gt;li {
    margin-bottom: 0 !important;
}
.btn-zw&gt;ul&gt;li&gt;ul&gt;li&gt;a:hover {
    color: #0069c5;
}
.btn-zw&gt;ul&gt;li&gt;a&gt;p {
    margin-top: 10px;
    margin-bottom: 0;
}
.btn-zw .dropdown-menu {
    top: initial;
    margin: 0;
}
.zw-slider a{
    padding: 0;
}
.zw-slider .owl-controls .owl-nav {
    top: 28%;
}
.zw-file-dropdown {
    position: relative;
}
.zw-file-dropdown li {
    position: initial;
    position: static;
}
.visible {
    overflow: visible;
}
.zw-figure {
    padding-bottom: 5px;
    padding-top: 13px;
}
.zw-form .form-group {
    margin-bottom: 0;
}
.zw-form .form-group&gt;div {
    margin-bottom: 15px;
}
.over-hidden {
    overflow: hidden;
}
.zw-file-dropdown li {
    float: left;
}
.zw-file-dropdown&gt;li&gt;a {
    display: block;
    padding: 5px;
    margin: 0 20px;
    color: #606060;
    font-size: 16px;
    border-radius: 4px;
}
.zw-file-dropdown&gt;li&gt;a.active,
.zw-file-dropdown&gt;li&gt;a:hover {
    color: #fff;
    background-color: #0069c5;
}
.zw-file-dropdown .dropdown-menu {
    width: 100%;
    top: initial;
    margin: 0;
    border-color: #0069c5;
}
.zw-file-dropdown .dropdown-menu li {
    float: left;
    width: 20%;
}
.zw-file-dropdown .dropdown-menu li a {
    padding: 8px 0 8px 20px;
}
.zw-file-dropdown .dropdown-menu li a:hover
, .zw-file-dropdown .dropdown-menu li.active a {
    color: #0069c5;
}
.zw-left-menu li a {
    display: block;
    padding: 18px 15px;
    margin-bottom: 20px;
    font-size: 16px;
}
.list-content li a {
    font-size: 16px;
}
.list-content li {
    background: url("http://www.chibi.gov.cn/images/dot-circle.png")/*tpa=http://www.chibi.gov.cn/Template/Default/Skhttp://www.chibi.gov.cn/images/dot-circle.png*/ 0 15px no-repeat;
    border-bottom: 1px dashed #E2E2E2;
}
.list-content li span {
    padding-top: 3px;
}
.list-content li div.row {
    margin-bottom: 5px;
}
.zw-weiban-form {
    margin-bottom: 20px;
    padding-bottom: 15px;
}
.zw-weiban-form button[type="submit"] {
    margin-bottom: 15px;
}
.margin-bottom-4 {
    margin-bottom: 4px !important;
}
.date-icon {
    padding: 4px 12px 3px;
}
.date-icon i {
    font-size: 24px;
}
/* 政府公报 */
.gongbao h4 {
    padding: 30px 0;
    border: 1px solid #ddd;
    font-weight: bold;
}
.gongbao h4 p {
    margin-top: 10px;
    color: #0069c5;
}
.gongbao .dropdown-menu.inner {
    height: 200px;
}
/* 政府机构 */
.govagency .navi {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}
.govagency .navi &gt; li {
    float: left;
}
.govagency .navi &gt; li a {
    display: block;
    padding: 8px 12px;
    margin: 0 5px;
    border-radius: 3px;
}
.govagency .navi &gt; li.active a
, .govagency .navi &gt; li:hover a {
    background-color: #0069c5;
    color: #fff;
}
.govagency .ability li {
    float: right;
    border: 1px solid #ddd;
}
.govagency .ability li + li {
    margin-right: 10px;
}
.govagency .ability a {
    display: block;
    padding: 0 10px;
    color: #666;
}
.govagency table tbody {
    border-bottom: 1px solid #ddd;
}
.govagency table td {
    padding: 25px 12px !important;
}
.govagency table td.text-left {
    height: 34px;
    line-height: 34px;
}
.govagency div.dataTables_filter input {
    margin-left: 0 !important;
    border-radius: 0 !important;
    text-indent: .5em;
}
.govagency .dataTables_paginate {
    text-align: center !important;
}
.govagency .dt_tools_top &gt; div[class^="col-"]:first-child {
    display: none;
}
/* 政府文件稿件 */
.article-info {
    margin-bottom: 20px;
    padding: 10px 30px;
    background-color: #f4f2f5;
    color: #5f5f5f;
}
.article-info div[class*="col-"] {
    margin: 5px 0;
}
.article-info div[class*="col-"] {
    overflow: hidden;
}
.article-info span {
    float: left;
    min-width: 70px;
}
/* 依申请公开目录 */
.directory thead td {
    font-size: 16px;
    font-weight: bold;
}
.directory td {
    word-break: break-all;
    vertical-align: middle !important;
}
.directory td a.label {
    font-weight: normal;
}
.no-bg {
    background: none !important;
}
.border {
    border: 1px solid #eee;
}
.nav-simple li a {
    border-radius: 4px;
}
.policy-read-btn .btn-single i {
    float: left;
    margin: 0 15px;
    width: 40px;
    height: 40px;
    line-height: 42px;
    font-size: 24px;
}

.policy-read-btn .btn-single a {
    font-size: 18px;
    line-height: 40px;
}
.policy-pic img {
    margin-bottom: 10px;
}
.policy-pic p {
    color: #666;
    margin-bottom: 5px;
} 
.policy-pic a:hover p {
    color: #0069c5;
}
/* 依申请公开弹框 */
#publicApply .modal-dialog {
    width: 710px;
}
#publicApply .modal-body &gt; div {
    width: 678px;
    overflow: hidden;
}
.left-menu {
    border: 1px solid #eee;
}
.left-menu p {
    padding: 10px 0;
    margin-bottom: 0;
    text-align: center;
    background: #ebeff1;
    color: #0069c5;
    font-size: 18px;
    font-weight: bold;
}
.left-menu dl dt {
    padding: 12px 0 12px 15px;
    border-bottom: 1px solid #eee;
}
.left-menu dl dt a {
    display: block;
    padding-left: 10px;
    font-size: 16px;
    color: #444;
    border-left: 3px solid #0069c5;
}
.left-menu dl dd ul {
    padding-left: 15px;
    margin: 10px 0;
}
.left-menu dl dd ul li a {
    display: block;
    padding: 5px 0;
    color: #444;
}
.left-menu dl dd ul li a:hover {
    color: #0069c5 !important;
}
.left-menu dl dd ul li a i {
    margin-right: 10px;
}
.left-sub-menu {
    display: none;
}
.left-menu dl dd ul li.active .left-sub-menu {
    display: block;
}
.left-sub-menu li a {
    color: #777 !important;
}
/* 信息公开目录 */
.public-catalog-btn li{
    width: 20%;
    float: left;
}
.public-catalog-btn li .btn{
    margin: 5px 10px;
    padding: 13px 0;
}

/*-----领导------------------------------------------------------------------------*/
.ld-menu li a {
    background: #f5f5f5;
    color: #6b6b6b;
}
.ld-menu li.active a {
    background: #0069c5;
    color: #fff;
}
.ld-list li {
    position: relative;
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
    margin-bottom: 20px;
    overflow: hidden;
}
.ld-list li:last-child {
    border-bottom: 0;
}
.ld-list li div.col-sm-9 {
    position: initial;
    position: static\0;
}
.ld-list li h4 {
    color: #333;
}
.ld-list .ld-btn {
    position: absolute;
    bottom: 30px;
    margin-bottom: 0;
}
.worker-list li a {
    color: #888;
}
.worker-list li a span {
    font-size: 16px;
    margin-right: 8px;
    color: #333;
}
.ld-move h4 {
    margin-top: 3px;
}
.ld-list img {
    max-width: 129px;
}
.excerpt-title a {
    display: block;
    height: 400px;
    background: url("http://www.chibi.gov.cn/images/zb.jpg")/*tpa=http://www.chibi.gov.cn/Template/Default/Skhttp://www.chibi.gov.cn/images/zb.jpg*/ no-repeat;
    background-size: 100% 400px;
}
.excerpt-tab li {
    float: left;
    width: 14.285%;
}
.excerpt-tab li a.circle-btn .btn {
    border: 1px solid #eee;
}
.excerpt-tab li a:hover {
    background: none;
}
.excerpt-tab li.active .btn,
.excerpt-tab li a:hover .btn {
    background: #0069c5;
    color: #fff;
    border: 1px solid #0069c5;
}
.excerpt-content {
    padding: 20px !important;
    border: 1px solid #eee;
}
.excerpt-header-2 {
    position: relative;
}
.excerpt-header-2 div {
    display: inline;
}
.excerpt-header-2 a {
    bottom: 0;
    margin-left: 10px;
    color: #666;
}
.bold {
    font-weight: bold;
}
.excerpt-tab li.active:before {
    position: absolute;
    bottom: -20px;
    left: 45%;
    z-index: 9;
    content: "";
    border: 8px solid transparent;
    border-bottom-color: #0069c5;
}
.index-nav li:hover {
    background-color: #005cad;
}
/* 稿件附件 */
.attachments {
    padding: 5px 20px !important;
    background-color: #f5f5f5;
    border-radius: 7px;
    color: #5f5f5f !important;
}
.attachments a {
    font-size: 14px;
    color: #5f5f5f !important;
}
/* 行政处罚 */
.table-punish td {
    cursor: pointer;
}
.license .table-easy {
    min-width: 700px;
    margin-bottom: 0;
}
.license .nav {
    position: absolute;
    top: 10px;
    right: 20px;
}
.license .nav li {
    float: left;
}
.license .nav li.active {
    background: #eee;
}
.important-area {
    background: url("http://www.chibi.gov.cn/images/zt_bj.jpg")/*tpa=http://www.chibi.gov.cn/Template/Default/Skhttp://www.chibi.gov.cn/images/zt_bj.jpg*/ no-repeat;
}
.important-area h4 {
    color: #fff;
    font-size: 23px;
    letter-spacing: 2px;
    margin: 9px 0;
    font-weight:600;
}
.important-area li {
    float: left;
    width: 50%;
}
.important-area li a {
    display: block;
    padding: 4px;
    margin: 5px 30px;
    background: #eee;
    text-align: center;
    color: #0069c5;
    border-radius: 4px;
}
.important-area li a:hover {
    background: #fff;
}
.margin-bottom-20 {
    margin-bottom: 20px !important;
}
.margin-bottom-29 {
    margin-bottom: 29px !important;
}
.padding-ud-13 {
    padding-top: 13px;
    padding-bottom: 13px;
}
.visible .nav {
    position: absolute;
    top: 10px;
    right: 10px;
}
.visible .nav li {
    float: left;
}
.visible .nav li a {
    color: #666;
}
.visible .dropdown-menu {
    margin-top: 0 !important;
}
.visible .dropdown-menu li {
    width: 33.33%;
}
.visible .zw-file-dropdown&gt;li&gt;a {
    margin: auto;
    padding: 8px 12px;
    font-size: 14px;
}
.visible .zw-file-dropdown&gt;li&gt;a:hover {
    background-color: #eee;
    border-radius: 0;
}

.more4 {
    top: 0;
}
.navbar-cb{
position: absolute;
left: 29%;
    top: 43%;
    width: auto;
}
.navbar-cb a{
    font-weight: bold;
    color: #fff;
    padding: 0px 2px;
}

/*信息公开细缆*/
.mlxl-content-box-one .p-title{font-size: 28px;text-align: center;padding-top: 50px;margin-bottom: 20px;    line-height: 40px;}
.mlxl-content-box-one div{background-color: #fafafa;padding: 25px 35px 25px 20px;margin-bottom: 30px;}
.mlxl-content-box-one div p{line-height: 30px;}
.mlxl-content-box-one div p span{ font-size: 12px;}
.mlxl-content-box-one div p span i{ font-weight: bold;}
.mlxl-content-box-one div p  .box-one-six{ display: inline-block;width: 528px;}</pre></body></html>